Carbon


KCMakeAliasFromKCRef

Header: Keychain.h Carbon status: Under Evaluation

Creates an alias to a keychain reference.

OSStatus KCMakeAliasFromKCRef (
    KCRef keychain, 
    AliasHandle *keychainAlias
);
Parameter descriptions
keychain

A reference to the keychain for which you want to create an alias.

keychainAlias

On return, a pointer to an alias handle to the file referred to by the keychain reference.

function result

A result code.

DISCUSSION

You may wish to call the KCMakeAliasFromKCRef function to determine the location of a keychain.

SPECIAL CONSIDERATIONS

When you are finished with a keychain, you should call the function KCReleaseKeychain to deallocate its memory. You should not use the keychain after its memory has been deallocated.

VERSION NOTES

Available beginning with Keychain Manager 2.0.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)